Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Managing Shape Parts and Mesh Parts


Q3MeshFacePart_GetFace

You can use the Q3MeshFacePart_GetFace function to get the mesh face that corresponds to a mesh face part.

TQ3Status Q3MeshFacePart_GetFace (
TQ3MeshFacePartObject meshFacePartObject, 
TQ3MeshFace *face);
meshFacePartObject
A mesh face part object.
face
On exit, the mesh face that corresponds to the specified mesh face part object.
DESCRIPTION
The Q3MeshFacePart_GetFace function returns, in the face parameter, the mesh face that corresponds to the mesh face part object specified by the meshFacePartObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996